home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 3 / ACE CD 3.iso / files / utils / cando12.dms / in.adf / HelpFiles / Object / FUN.DATA < prev    next >
Encoding:
Text File  |  1990-01-29  |  572 b   |  26 lines

  1. |intfrom|
  2. windowtitle `<integer> = IntegerFrom("Object Name")
  3. printlf `Returns the integer currently held in
  4. printlf `in the Integer Field "Object Name".
  5. printlf
  6. print `SEE ALSO: `
  7. subject `TextFrom`TextFrom`
  8. end
  9.  
  10. |textfrom|
  11. windowtitle `"Text" = TextFrom("Object Name")
  12. printlf `Returns the current text held in the
  13. printlf `String Field "Object Name".
  14. printlf 
  15. print `SEE ALSO: `
  16. subject `IntegerFrom`IntegerFrom`
  17. end
  18.  
  19. |objstate|
  20. windowtitle `«logical» = ObjectState("Object Name")
  21. printlf `Indicates if the object is enabled, TRUE, or
  22. printlf `disabled, FALSE.`
  23. end
  24.  
  25.  
  26.